.join_banner{
	position: relative;
	width: 100%;
	height: 900px;
	background: url(../images/join_banner.png) no-repeat bottom center;
}
.join_step{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.step_con{
	width: 1532px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 100px;
}
.step_box{
	width: 230px;
	height: 80px;
	margin: 50px 25px;
	float: left;
	background: url(../images/join_step1.png) no-repeat center;
	padding: 40px 40px 30px 43px;
}
.step_box_next{
	width: 225px;
	height: 80px;
	margin: 50px 25px;
	float: left;
	padding: 40px 00px 30px 83px;
}
.step_step2{
	background: url(../images/join_step2.png) no-repeat center;
}
.step_step3{
	background: url(../images/join_step3.png) no-repeat center;
}
.step_step4{
	background: url(../images/join_step4.png) no-repeat center;
}
.step_box > p , .step_box_next >p {
	font-size: 20px;
	line-height: 30px;
	color: #fff300;
	letter-spacing: 1px;
}
.step_box > p:last-child , .step_box_next >p:last-child {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}
.join_title {
	margin: 50px 0;
	text-align: center;
	font-size: 33px;
	color: #f1870a;
	letter-spacing: 5px;
	line-height: 50px;
}
.join_title > p:last-child{
	color: #999;
	font-size: 16px;
}
.join_bannerB{
	width: 100%;
	height: 500px;
	background: url(../images/join_bannerb.png) no-repeat center;
}
.join_support{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFF;
}
.support_con{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 80px auto 50px;
	text-align: center;
}
.support_bottom{
	width: 1200px;
	height: 840px;
}
.support_box{
	width: 384px;
	height: 370px;
	margin: 25px 8px;
	background: #fcfcfc;
	float: left;
	border-radius: 18px;
}
.support_box > p{
	font-size: 20px;
	margin: 10px 0 10px 20px;
}
.support_box > p:last-child{
	font-size: 15px;
	color: #999;
}